const encoding/json.tokenObjectKey

4 uses

	encoding/json (current package)
		stream.go#L297: 	tokenObjectKey
		stream.go#L429: 				dec.tokenState = tokenObjectKey
		stream.go#L435: 			if dec.tokenState == tokenObjectStart || dec.tokenState == tokenObjectKey {
		stream.go#L471: 	case tokenObjectKey: